Welcome![Sign In][Sign Up]
Location:
Search - hook file

Search list

[Hook apiKeyHook

Description: 一个简单的键盘钩子程序 实现适时监视键盘,并将按键信息保存在TXT文件中的程序-A simple keyboard hook procedure to monitor the achievement of timely keyboard, and key information stored in the TXT file procedures
Platform: | Size: 28672 | Author: fjs | Hits:

[Hook apihookapplication

Description: 编译顺序: 1、GlobalHook 2、将编译好的GlobalHook.lib拷贝到Savekey目录下编译 使用时将GlobalHook.dll和Savekey.exe放在同一目录。该程序运行后无界面,在InitInstance函数中使用了自己的消息循环,随时记录键盘的输入字符,累加存放在c:\\windows\\Key_年_月.log文件中,每分钟检查一次该文件,当检测到有“inter2020”字符串时,将前面的字符删除,只保留“inter2020”及其后面的所有字符,并设置标记下次时钟时将不再记录键盘输入。 此程序是全局键盘钩子的综合应用。-Compile order: 1, GlobalHook2, will be compiled into GlobalHook.lib copy Savekey directory will be compiled using GlobalHook.dll and Savekey.exe on the same directory. After running the program without the interface, in the InitInstance function of the use of its own news cycle, at any time record keyboard input characters, cumulative stored in c: \ windows \ Key_ years _ months. Log file, per minute once the file, When testing the inter2020 string, it will be in front of characters to delete, leaving only the inter2020 and behind all the characters, and set the clock when the next marker will no longer record keyboard input. This procedure is a global keyboard hook of the integrated application.
Platform: | Size: 430080 | Author: 韩冰 | Hits:

[Scannervxd

Description: 一个用HooK来实现对文件监视的代码,看以监视文件的修改,和删除等。-Hook used to achieve a document to monitor the code, look to monitor file changes and delete and so on.
Platform: | Size: 25600 | Author: beijing | Hits:

[Hook apiexpxv.5

Description: 这是一个编辑/查看PE文件导出表的工具。利用它可以方便的对PE文件的导出表进行增、删、改的操作,现在它还可以用于给没有导出表的文件添加导出函数。 这个工具除了PE diy外,通过为导出函数添加Forward信息等方法还可以实现函数hook,dll注入等功能。-This is an edit/view PE file Export Table tool. It can be convenient to use for PE files by exporting table, delete, change operations, and now it can be used to export the table did not add export function. PE diy this tool in addition to outside, through the Export function to add information such as Forward method can also achieve the function hook, dll injection functions.
Platform: | Size: 96256 | Author: 董林 | Hits:

[Hook apiServerHook

Description: 键盘钩子的应用,DLL库,可以截获键盘输入,并写到指定的文件中-Keyboard hook application, DLL libraries, can be intercepted by the keyboard input and writes the specified file
Platform: | Size: 9216 | Author: chenjun | Hits:

[Hook apiAPIHook(detours)

Description: 利用detours库对系统API进行拦截,VC++源码-Use detours library API to intercept the system, VC++ Source
Platform: | Size: 55296 | Author: zzq | Hits:

[Hook apiSafeWatch

Description: 一个进程窗体拦载的钩子,可以捕获当前窗体的标标及进程文件名等-Form a process to stop the hook set, you can capture the current form of the superscript and subscript process file name, etc.
Platform: | Size: 45056 | Author: anywind | Hits:

[Hook apiHe4Hook215b6

Description: 一个关于可执行文件钩入的例子。很实用。需要 的可以看看。-A hook on the executable file into the example. Practical. Need to look at.
Platform: | Size: 227328 | Author: 云儿 | Hits:

[Windows DevelopPassword

Description: 程序可以得到密码框中的密码,其中应用到大量技术包括钩子,DLL,进程通信,内存映射文件等,不错的VC参考程序-Procedures can be password box password, which is applied to a large number of technologies, including the hook, DLL, process communication, memory-mapped file and so on, a good VC reference procedures
Platform: | Size: 2746368 | Author: zhangkai | Hits:

[OS programnthookengine

Description: 钩子引擎 可以通过该引擎做文件钩子和键盘钩子,操作方便-Hook the engine so the engine can file hooks and keyboard hooks, easy to operate
Platform: | Size: 779264 | Author: 陈涛 | Hits:

[Hook apiKeyboadMonitor

Description: VC7.0下写的一个键盘监听的小程序,是学习hook的好例子,注释很详细.执行成功后,在C盘根目录下生成一个txt文件,记录了每个时间段的按键键码.程序执行后不会在任务栏显示图标-VC7.0 keyboard under the monitor to write a small program is a good example of learning hook, very detailed notes. After the success of the implementation, in C under the root directory to generate a txt file, records of each time period button keys. program execution will not display the icon in the taskbar
Platform: | Size: 861184 | Author: 张晓龙 | Hits:

[Hook apikeyHook

Description: 键盘钩子程序,本压缩文件包含两部分代码,一部分是创建钩子的代码,另一部分是记录键盘按键的代码。-Keyboard hook procedure, the compressed file contains two parts, code, part of the code is to create hook, another part of the record keystroke code.
Platform: | Size: 756736 | Author: fwq | Hits:

[Windows DevelopInput_Method

Description: 目前常用的输入法基本上有两种类型:外挂式(如早期的万能五笔)及输入法接口式(Input Method Editor-IME)。外挂式比较简单,就是一个exe文件,通过模拟一些Windows输入消息来给当前处于活动状态的编辑窗口输入文字,一个显著的优点是输入法只要启动一次,就可以在所有进程中使用;但缺点不不容忽视,首先实现起来也不容易,一个更大的不足是兼容性不够好,通常一个Windows版本需要一人对应的输入法版本,此外这类输入法为了能够截获用户输入,通常需要挂接键盘钩子,容易造成系统不稳定或者效率不高。-Currently commonly used input method basically has two types: external (such as universal early five-stroke) and the input method interface type (Input Method Editor-IME). Relatively simple plug-in type is a exe file, by simulating a number of Windows input message to the current active editor window to enter text, a significant advantage is the input method as long as the start time, you can use in all processes but do not disadvantage can not be ignored, first of all, it was not easy to achieve, a greater lack of compatibility are not good enough, usually a Windows version required one person version of the corresponding input method, in addition to this type of input method in order to be able to intercept user input, usually articulated necessary keyboard hook , easily lead to system instability or inefficient.
Platform: | Size: 18432 | Author: 高军 | Hits:

[Hook apiKeyHook

Description: 一个键盘钩子程序,能够记录系统按键事件。并保存到日志文件里面-A keyboard hook procedure, be able to key case record system. And saved to the log file inside
Platform: | Size: 66560 | Author: walkingrain | Hits:

[Hook apiKeyMouseEventRcordAndReplay

Description: Delphi鼠标键盘Hook记录,并保存文件,重放鼠标键盘事件-Delphi Keyboard Hook Record mouse and save the file, replay the keyboard mouse case
Platform: | Size: 849920 | Author: | Hits:

[Game EngineWiiRemoteFramework0.5-src.tar

Description: 将wiimote与计算机相连,计算机能实时的接受wiimote的各种按键信息,并保存其案件指令-hook up wiimote with the computer, recieve the botton imformation real-time, and store the in the file.
Platform: | Size: 22528 | Author: liujun | Hits:

[Hook apijp

Description: 实现了简单的记录键盘事件到文件中,键盘钩子-Records of the realization of a simple keyboard events to a file, the keyboard hook
Platform: | Size: 57344 | Author: 班迎春 | Hits:

[Hook apiHookMessage

Description: 实现了同时按下鼠标左右键关闭、隐藏窗口的功能,在按下或者弹起系统键,光标自动移动到文件菜单上,本人用Hook屏蔽掉此功能,只是用来学习 -Achieved about the same time press the mouse button closure, hidden window function, press the up or the system key, the cursor automatically move to the File menu, I use this feature masked Hook, only to learn
Platform: | Size: 19456 | Author: 徐金林 | Hits:

[Windows DevelopIntercepteduserinputprocedures

Description: 整理东西的时候翻出了个几年前的程序,功能是当用户输入拨号、EXCEL,WORD密码时,将其保存在一个文件里。程序用的是日志钩子,这样就不用象其他全局HOOK那样,必须单写一个DLL。   为了让初学者深入了解,将源代码贴上来,(SDK程序VC,BCB等WIN下的C编译器均可编译)象现在那些记录E-MAIL密码,OICQ密码等工具都是这原理,俺当时写着玩意的时候还没有OICQ。 有兴趣的可以自己加上。 -Finishing something when a few years ago, saw video of the procedure, function is to dial-up when the user input, EXCEL, WORD password, save it in a file. Procedures using the log hook, so that, like other global HOOK do not like to be alone to write a DLL. To enable better understanding of beginners,贴上来the source code, (SDK procedures VC, BCB, etc. under WIN compiler can compile C) as those records are now E-MAIL your password, OICQ password tools are all in this principle, I was written when the game has not OICQ. Interested can add their own.
Platform: | Size: 2048 | Author: 马超 | Hits:

[OS programMyDll

Description: 本程序是一个钩子程序DLL工程。因为钩子程序必须存在于DLL文件,所以做成本DLL工程。 本DLL可以可以截获所有键盘动作,如需截获其它动作如鼠标等可以自动更改代码。在DEBUG目录中有一个VB测试工程,用来测试本DLL的功能。-This procedure is a hook procedure DLL project. Because the hook procedure must exist in the DLL file, so do the cost of the project DLL. This DLL can be intercepted all keyboard action, if intercepted, such as other actions such as the mouse can automatically change the code. DEBUG directory in a VB test project to test the function of this DLL.
Platform: | Size: 576512 | Author: | Hits:
« 1 2 3 4 5 67 8 9 10 11 »

CodeBus www.codebus.net